func golang.org/x/sys/unix.offs2lohi
5 uses
golang.org/x/sys/unix (current package)
syscall_linux.go#L2184: func offs2lohi(offs int64) (lo, hi uintptr) {
syscall_linux.go#L2200: lo, hi := offs2lohi(offset)
syscall_linux.go#L2209: lo, hi := offs2lohi(offset)
syscall_linux.go#L2248: lo, hi := offs2lohi(offset)
syscall_linux.go#L2260: lo, hi := offs2lohi(offset)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)